WebClearNetworkCredentials

Note: This statement is only used in load test scripts. See Load Testing for more information.

Clears the cache of network credentials created by WebAddNetworkCredential statements sent with all web requests.

Syntax

WebClearNetworkCredentials()

Example

WebAddNetworkCredential("Tester", "qawpswd", "wysicorp", "BASIC")

WebGet("http://www.wysicorp.com/wysicorp/login.php")

WebClearNetworkCredentials()